home *** CD-ROM | disk | FTP | other *** search
-
-
- // driver version: 6.50 Detonator3
-
- include "Scripts\GLSettings\Default.ini";
-
- if( iQualityIndex>3) { iQualityIndex = 3; }
- if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
- if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
-
- include "Scripts\GLSettings\RAM.ini";
-
- ogl_bUseCompiledVertexArrays = 111;
- ogl_bAllowQuadArrays = 1;
- ogl_iFinish = 0;
-
- if( sam_iVideoSetup==2) {
- ogl_fTextureLODBias = -0.25;
- }
-